home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / wp / ttx2_sasc.lha / Rexx / TTX_SASC / FunctionHelp.ttx < prev    next >
Encoding:
Text File  |  1994-10-24  |  358 b   |  16 lines

  1.  
  2. /** $VER: FunctionHelp.ttx 1.0 (23.10.94)
  3.  **
  4.  ** Activates AmigaGuide help system for the function name
  5.  ** currently under (or to the left of) the cursor.
  6.  **
  7.  ** Written by Kenneth Yarnall.  This code may be freely distributed.
  8.  **/
  9.  
  10. options results
  11. 'GetWord'
  12. options
  13.  
  14. address 'COMMAND'
  15. 'run >nil: amigaguide sc:help/sc_lib.guide doc ' || result || '()'
  16.